home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / BUSINESS / INCTRL1.LZH / INSTALL4.BAT < prev    next >
DOS Batch File  |  1992-11-08  |  3KB  |  120 lines

  1. echo off
  2. IF NOT EXIST INPUT.COM GOTO WRONGDR
  3. CLS
  4. echo  
  5. ECHO OFF
  6. IF %1==F GOTO FLOPINS
  7. IF %1==H GOTO HARDINS1
  8. CLS
  9. GO4
  10. :FLOPINS
  11. ECHO OFF
  12. CLS
  13. IF %2==1 GOTO FLOPINS1
  14. IF %2==2 GOTO FLOPINS2
  15. CLS
  16. ECHO  This floppy installation requires that you enter either a '1' or a '2',
  17. ECHO  following your 'GO F' instruction.
  18. GOTO END
  19. :FLOPINS2
  20. CLS   
  21. ECHO  Enter disk 2, SALES-B, into drive A now.
  22. ECHO  [it should still be in Drive A]
  23. PAUSE
  24. %3
  25. B:PKUNZIP -X B:SALE-C50.ZIP PROGRAM.OVL
  26. B:PKUNZIP -X B:SALE-C50.ZIP *.FRM
  27. CLS
  28. ECHO  Enter disk 3, PROGRAM.DOC, into drive A now.
  29. PAUSE 
  30. %3     
  31. B:PKUNZIP -X B:SALE-D50.ZIP PROGRAM.DOC
  32. GOTO FLOPDOC
  33. :FLOPDOC
  34. CLS 
  35. ECHO  Finished !
  36. ECHO  Disk  3,  the documentation and tutorial,  is not used while  the 
  37. ECHO  program  is  running.   It  contains a 60 page tutorial
  38. ECHO  and  can  be printed  out will this command:          
  39. ECHO                           COPY PROGRAM.DOC LPT1:  
  40. echo  
  41. ECHO  To start the program,:
  42. ECHO  Enter SALES-A, disk one, into drive A.
  43. ECHO  Enter SALES-B, disk two, into drive B.
  44. echo  
  45. ECHO  Then restart the computer and execute GO      {executed from B}
  46. GOTO END
  47. :FLOPINS1
  48. ECHO  Beginning with version 3.0 of this program, the executable files have
  49. ECHO  become so large that the low density option of 360KB is no longer supported.
  50. GOTO END
  51. :HARDINS1
  52. CLS
  53. echo  
  54. %2:
  55. CD \
  56. CD PROSPECT
  57. COPY %3SALE-E50.EXE >TMP
  58. SALE-E50
  59. DEL SALE-E50.EXE
  60. COPY %3YESNO.COM >TMP
  61. COPY %3ECOH.COM >TMP
  62. CLS
  63. echo  
  64. ECOH ══════════    Tutorial for program    ══════════
  65. echo  
  66. ECHO  PROGRAM.DOC is the 5 chapter tutorial.
  67. ECHO  Would you like to print it out now?
  68. echo  
  69. :YESNO
  70. YESNO
  71. CLS
  72. IF ERRORLEVEL 89 IF NOT ERRORLEVEL 90 GOTO YESNEXT
  73. IF ERRORLEVEL 78 IF NOT ERRORLEVEL 79 GOTO YES1
  74. GOTO YESNO
  75. :YESNEXT
  76. CLS
  77. ECHO Please make sure your printer is now turned on and set
  78. ECHO to the 'top of form'. Then press any key to continue.
  79. echo  
  80. PAUSE
  81. CLS
  82. echo  
  83. echo  
  84. ECOH ══════════ Now printing 5 chapter tutorial ══════════
  85. COPY PROGRAM.DOC LPT1:
  86. CLS
  87. GOTO YES1
  88. :YES1
  89. CLS
  90. echo  
  91. echo  
  92. echo  
  93. ECOH ══════════ Free memory available for program ══════════
  94. echo  
  95. ECHO The program must have 500 kb free memory. Observe the next 
  96. ECHO 'bytes are free.' message below.  If below 500k, then
  97. ECHO enter a 'CONTROL-C' now to stop and remove any memory resident
  98. ECHO programs.  Otherwise enter any other key to continue.
  99. echo  
  100. echo  
  101. MEMORY
  102. echo  
  103. echo  
  104. PAUSE
  105. CLS
  106. GO
  107. GOTO END
  108. :WRONGDR
  109. CLS
  110. echo  
  111. echo  
  112. ECHO Though nothing could be simpler than this install procedure, it does   
  113. echo require that you enter the drive name, such as 'A:' or 'B:', followed
  114. echo by the 'Enter' key.  After that, please enter 'GO' again.
  115. echo  
  116. GOTO END
  117. :END
  118. echo  
  119.  
  120.